Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ports - Laneia & Margaret #23

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open

Ports - Laneia & Margaret #23

wants to merge 40 commits into from

Conversation

msfinnan
Copy link

Video Store Consumer

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Paste a link to the PR for your API Ada-C11/VideoStoreConsumer-API#16
For each person in your pair, describe something you learned from your partner during this project From Laneia I learned how to change Bootstrap into a different look/feel. Learned from Margaret how to think about where to place state and pass functions.
What was one area of React you gained more clarity on during this assignment? We gained more clarity on how state and how to pass functions between components.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We have different components for the movie cards and the search result cards.
Describe how you handled rentals with React Sent an API post request to the rails API with a movie title and customer ID. The movie title and customer ID are held in state in App, so the user can always see the selected user and movie.
Describe a DOM event your application handled In Search, we use event so when a user starts typing the search is equal to the event.target.value/
Did you use any functional stateless components? What for? Select is a functional component. It doesn't have any state of its own that it needs to hold. Props are passed into the functional component.
Did you use any container components? What for? MovieList and CustomerList fetch movie and customer data and then render individual movies and customers.
Do you have any recommendations on how we could improve this project for the next cohort? Show an example of Rails and React interacting before this project.

msfinnan and others added 30 commits June 24, 2019 14:08
…n, need to fix search so do not have to load movies first
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant